curl --request POST \
--url https://platform.higgsfield.ai/v1/image2video/dop \
--header 'Content-Type: application/json' \
--header 'hf-api-key: <hf-api-key>' \
--header 'hf-secret: <hf-secret>' \
--data '{
"webhook": {
"url": "<string>",
"secret": "<string>"
},
"params": {
"model": "dop-turbo",
"prompt": "<string>",
"seed": 500000,
"motions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"strength": 0.5
}
],
"input_images": [
{
"type": "<string>",
"image_url": "<string>"
}
],
"input_images_end": [
{
"type": "<string>",
"image_url": "<string>"
}
],
"enhance_prompt": true
}
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "text2image_soul",
"created_at": "2023-11-07T05:31:56Z",
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"job_set_type": "image2video",
"status": "queued",
"results": {
"min": {
"type": "<string>",
"url": "<string>"
},
"raw": {
"type": "<string>",
"url": "<string>"
}
}
}
],
"input_params": {}
}
curl --request POST \
--url https://platform.higgsfield.ai/v1/image2video/dop \
--header 'Content-Type: application/json' \
--header 'hf-api-key: <hf-api-key>' \
--header 'hf-secret: <hf-secret>' \
--data '{
"webhook": {
"url": "<string>",
"secret": "<string>"
},
"params": {
"model": "dop-turbo",
"prompt": "<string>",
"seed": 500000,
"motions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"strength": 0.5
}
],
"input_images": [
{
"type": "<string>",
"image_url": "<string>"
}
],
"input_images_end": [
{
"type": "<string>",
"image_url": "<string>"
}
],
"enhance_prompt": true
}
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "text2image_soul",
"created_at": "2023-11-07T05:31:56Z",
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"job_set_type": "image2video",
"status": "queued",
"results": {
"min": {
"type": "<string>",
"url": "<string>"
},
"raw": {
"type": "<string>",
"url": "<string>"
}
}
}
],
"input_params": {}
}